VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Processing.Analyzers Namespace / AnalyzerResultWithDescription<TValue> Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    AnalyzerResultWithDescription<TValue> Class
    In This Topic
    Stores the processing result of Analyzer<TTarget,TValue> and description of processing result.
    Object Model
    IProcessingCommandInfo AnalyzerResultWithDescription<TValue>
    Syntax
    'Declaration
    
    Public Class AnalyzerResultWithDescription(Of TValue
    The type of the processing result value.
    ) Inherits AnalyzerResult(Of TValue)
    public class AnalyzerResultWithDescription<TValue> : AnalyzerResult<TValue>
    
    
    public __gc class AnalyzerResultWithDescription<TValue> : public AnalyzerResult<TValue*>*
    
    
    generic<typename TValue>
    public ref class AnalyzerResultWithDescription : public AnalyzerResult<TValue^>^
    
    

    Type Parameters

    TValue
    The type of the processing result value.
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Processing.ProcessingResult
          Vintasoft.Imaging.Processing.Analyzers.AnalyzerResult
             Vintasoft.Imaging.Processing.Analyzers.AnalyzerResult<TValue>
                Vintasoft.Imaging.Processing.Analyzers.AnalyzerResultWithDescription<TValue>

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also